home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Science Fair
/
Science Fair.iso
/
pc
/
working
/
work.dir
/
00058.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-27
|
153 b
|
13 lines
on exitFrame
global gLevel
if gLevel = 1 then
pick1()
else
if gLevel = 2 then
pick2()
else
pick3()
end if
end if
end